Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
expm1
expm1
Returns exp(number) - 1, and can calculate the exact result even when the value of number is close to zero.
Name:
expm1
Category:
math
Programming Language:
php
One-line Description:
Returns the value of -1 to the power of E.
Related
Common performance traps of PHP strnatcasecmp function
3
How to Properly Use the exit() Function When Handling PHP Form Errors
3
What are the performance optimization techniques for frequently calling curl_multi_remove_handle in a loop?
1
Comprehensive Guide to PHP Debugging: Practical Methods and Function Encapsulation
5
Similar Functions
atan2
atan2
Arctangleoftwoparame
cosh
cosh
Hyperboliccosine
is_infinite
is_infinite
Determinewhetheritis
exp
exp
Calculatetheindexofe
expm1
expm1
Returnsexp(number)-1
pow
pow
Exponentialexpressio
log1p
log1p
Returnslog(1+number)
sinh
sinh
Hyperbolicsine
Popular Articles